home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
russell
/
russell.lha
/
examples
/
sep_test.r
< prev
next >
Wrap
Text File
|
1989-12-29
|
191b
|
8 lines
(* Simple example of separate compilation facility. *)
(* Compile identity.r first. *)
let
identity == extern { "identity" }
in
put[identity[13]]; put["\n"]
ni